home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / utilhard.arc / WRT.DOC < prev    next >
Encoding:
Text File  |  1984-04-10  |  1.5 KB  |  27 lines

  1. -----------------------------------------------------------------------
  2. WRTP.COM and WRTE.COM are two files (designed for DOS 2.00) which
  3. set and reset, respectively, the read-only bit on a file.  Doing
  4. this to a file allows it to be read (as in DIR, or trying to TYPE
  5. or execute it) but won't allow it to be written (as when trying to
  6. delete or update it).  This includes trying to delete it using *.* --
  7. no error is generated, but the file is not deleted, either.
  8.  
  9.   They are quite useful for keeping files from going away inadvertently.
  10.  
  11. To use, say:
  12.  
  13. WRTP <filename>        to write-protect (make it read-only)
  14.  or
  15. WRTE <filename>        to make it writeable.
  16.  
  17. Path names are legal; ambiguous file names are not (like *.com). 
  18. Maybe in a future revision.
  19.  
  20. These will NOT work under DOS 1.1.  Sorry.  You should be using 2.00 
  21. anyway -- it's well worth the $60.
  22.  
  23. If you have questions, contact Kent Quirk, (617) 438-2569.
  24. ---------------------------------------------------------------------
  25. ve questions, contact Kent Quirk, (617) 438-2569.
  26. ---------------------------------------------------------------------
  27.